Warning cleanups in nmea.c
authorrobertl <robertl>
Wed, 3 Jan 2007 18:12:10 +0000 (18:12 +0000)
committerrobertl <robertl>
Wed, 3 Jan 2007 18:12:10 +0000 (18:12 +0000)
nmea.c

diff --git a/nmea.c b/nmea.c
index 8f9cc42d6777f10fd7723cc1378224b540dd199b..4f757e34cb09b868a7f6fd38d2c43902cae6c061 100644 (file)
--- a/nmea.c
+++ b/nmea.c
@@ -839,7 +839,8 @@ nmea_rd_posn_init(const char *fname)
        }
        posn_fname = fname;
 }
-static 
+
+static void
 safe_print(int cnt, const char *b)  
 {
        int i;
@@ -849,6 +850,8 @@ safe_print(int cnt, const char *b)
        }
 }
 
+static void reset_sirf_to_nmea(int br);
+
 static 
 int hunt_sirf(void)
 {